textview: Fix dnd
authorMatthias Clasen <mclasen@redhat.com>
Sun, 6 Sep 2020 15:48:10 +0000 (11:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 6 Sep 2020 15:48:10 +0000 (11:48 -0400)
commit9b8c175f234ce4eb071199ab29137adb6ef6c9b0
tree785fe7bc58cfced87df9b510a4f1b8571b04eba1
parentbd7aa1782cc2d10ba1cf44db6df277c3bfee04dc
textview: Fix dnd

When we start a dnd of the selection in the drag-update handler,
set the gesture state to denied. Otherwise, we get more drag-update
signals, and things get really confused, leading to no dnd and
sadness.
gtk/gtktextview.c